UpdateCacheItem<T>(CacheItem<T>) Method

Summary

Update an existing item in the cache.

Syntax
C#
VB
C++
public abstract bool UpdateCacheItem<T>( 
   CacheItem<T> item 
) 
Public MustOverride Function UpdateCacheItem(Of T)( 
   ByVal item As CacheItem(Of T) 
) As Boolean 
public:  
   generic<typename T> 
   virtual bool UpdateCacheItem( 
      CacheItem<T>^ item 
   ) abstract 

Parameters

item

Item to update. Must not be null.

Return Value

true if the item was updated; otherwise, false (if the item does not exist in the cache).

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.